home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form NagBox
- BorderStyle = 3 'Fixed Double
- Caption = "Registration"
- ClientHeight = 5940
- ClientLeft = 2010
- ClientTop = 2505
- ClientWidth = 5490
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "System"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 6345
- Icon = 0
- Left = 1950
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 5940
- ScaleWidth = 5490
- Top = 2160
- Width = 5610
- Begin CommandButton BTN_OK
- Caption = "OK"
- Height = 360
- Left = 2160
- TabIndex = 1
- Top = 5400
- Width = 1080
- End
- Begin TextBox Text3
- Height = 765
- Left = 960
- MultiLine = -1 'True
- TabIndex = 5
- Text = "frank@whare.cavebbs.welly.gen.nz f_vander@comp.vuw.ac.nz frank@cit.ac.nz "
- Top = 4425
- Width = 3375
- End
- Begin TextBox Text5
- BorderStyle = 0 'None
- Height = 465
- Left = 720
- MultiLine = -1 'True
- TabIndex = 7
- Text = "Comments, suggestions, questions, etc. may be sent to me via Internet at:"
- Top = 3900
- Width = 4095
- End
- Begin TextBox Text4
- Height = 1440
- Left = 1440
- MultiLine = -1 'True
- TabIndex = 6
- Text = "Tech-Soft Systems 101 Epuni St Lower Hutt Wellington New Zealand"
- Top = 2175
- Width = 2295
- End
- Begin TextBox Text2
- BorderStyle = 0 'None
- Height = 240
- Left = 600
- MultiLine = -1 'True
- TabIndex = 4
- Text = "Send $10 US to me at"
- Top = 1875
- Width = 4335
- End
- Begin TextBox Text1
- BorderStyle = 0 'None
- Height = 615
- Left = 600
- MultiLine = -1 'True
- TabIndex = 3
- Text = "This program is shareware. You may try it for up to 30 days, after which you must register it."
- Top = 1200
- Width = 4335
- End
- Begin PictureBox PIC_Icon
- BorderStyle = 0 'None
- Height = 720
- Left = 240
- Picture = NAGBOX.FRX:0000
- ScaleHeight = 720
- ScaleWidth = 600
- TabIndex = 0
- Top = 675
- Width = 600
- End
- Begin Label LAB_1
- Alignment = 2 'Center
- Caption = "Windows/Waffle Read News"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 18
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 630
- Left = 120
- TabIndex = 2
- Top = 150
- Width = 5295
- End
- Sub BTN_OK_Click ()
- edit.enabled = true
- NagBox.Hide
- End Sub
- Sub BTN_OK_KeyPress (KeyAscii As Integer)
- BTN_OK_Click
- End Sub
-